From 1c8b2766c7397877488a5ac615a94224eb5305c1 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 13 Nov 2012 13:43:43 -0800 Subject: [PATCH] Add a test covering template targets containing wiki links Change-Id: I0db7b0387dde5a9b450af486a66f451377de1d7e --- tests/parser/parserTests.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 4690e1a88e..a98e5844b2 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -4557,6 +4557,20 @@ BUG 41: Template parameters shown as broken links

!! end +!! test +Template with targets containing wikilinks +!! input +{{[[foo]]}} + +{{[[{{echo|foo}}]]}} + +{{{{echo|[[foo}}]]}} +!! result +

{{foo}} +

{{foo}} +

{{[[foo}}]] +

+!! end !! article Template:MSGNW test -- 2.20.1